projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a4185
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 03:50:47 +0000
(
03:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 03:50:47 +0000
(
03:50
+0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index e001079532868c47b541beac84dff66f74f5c333..e4ff700ad74e256dc56b9b842d6b78e69459905b 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-226,7
+226,7
@@
appears in the buffer.
This variable is buffer-local.")
(defvar comint-password-prompt-regexp
- "\\(
^\\(Old \\|New \\|
\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
+ "\\(
\\([Oo]ld \\|[Nn]ew \\|^
\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'.")